projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bed1b0c
)
(appt-make-list): Don't splice quotes and date onto message.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 7 Feb 1999 22:44:43 +0000
(22:44 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 7 Feb 1999 22:44:43 +0000
(22:44 +0000)
lisp/calendar/appt.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/appt.el
b/lisp/calendar/appt.el
index 62296bb9a5704dc86bc79523598212bbd7e49f62..22cc7e1b84c7b97672248d9b38f8d3ab313d6d31 100644
(file)
--- a/
lisp/calendar/appt.el
+++ b/
lisp/calendar/appt.el
@@
-525,7
+525,7
@@
The time should be in either 24 hour format or am/pm format."
(calendar-date-equal
(calendar-current-date) (car (car entry-list))))
(let ((time-string (substring (prin1-to-string
- (c
dr (car entry-list))) 2 -2
)))
+ (c
adr (car entry-list))) 2 -1
)))
(while (string-match
"[0-9]?[0-9]:[0-9][0-9]\\(am\\|pm\\)?.*"